home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
chplus
/
holba
/
menu.swf
/
scripts
/
DefineButton2_541
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2003-09-22
|
109b
|
8 lines
on(release){
tellTarget("_root.menu.submenus")
{
gotoAndStop("out");
play();
}
}